home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
mandelstar.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
302 b
|
35 lines
MandelStar
{
{
x1=-2.5
x2= 2.5
y1=-2.0
y2= 2.0
par1.r=0.3
par1.i=0.0
bailout=4.0
}
{
c=pixel
z=pixel
}
{
z=z*z
z=z-c
t=real(z)
t=t*t
s=imag(z)
s=s*s
r=s+t
r=pow(r,par1)
r=abs(r)
}
{
r>bailout
}
{
PAR1-STAR(VATION) FACTOR
TRY ALSO NEGATIVE VALUES
}
}